Skip to main content

Chapter 11 - Create Azure Linux VM

Deploy your first VM with Terraform

Small vm creation demo


Lines up with Git XX folder

  1. Create SSH keys - ssh-keygen -m PEM -t rsa -b 4096 -C "azureuser@myserver" -f terraform-azure.pem
  2. Rename the pub file to terraform-azure.pub
  3. Create the resources
  4. Sign in with the private key
  5. Check to see if the website works on the public IP and DNS name..